home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / FPSE_src / system / amiga / rs232.c < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-01  |  192 b   |  18 lines

  1. #include "fpse.h"
  2.  
  3. int RS232_Init(SIO_Type *sio)
  4. {
  5.   return FPSE_OK;
  6. }
  7.  
  8. void RS232_Close(SIO_Type *sio)
  9. {
  10. }
  11.  
  12. void RS232_WriteData(SIO_Type *sio)
  13. {
  14. }
  15.  
  16. void RS232_UpdateStatus(SIO_Type *sio)
  17. {
  18. }